Opc.Ua.Core
ExpandedNodeId Constructor(Byte[],UInt16)



Opc.Ua Namespace > ExpandedNodeId Class > ExpandedNodeId Constructor : ExpandedNodeId Constructor(Byte[],UInt16)
The id of the node we are wrapping
The index of the namespace that this node should belong to
Initializes an opaque node identifier with a namespace index.
Syntax
'Declaration
 
Public Function New( _
   ByVal value() As Byte, _
   ByVal namespaceIndex As UShort _
)
'Usage
 
Dim value() As Byte
Dim namespaceIndex As UShort
 
Dim instance As New ExpandedNodeId(value, namespaceIndex)
public ExpandedNodeId( 
   byte[] value,
   ushort namespaceIndex
)
public:
ExpandedNodeId( 
   array<byte>^ value,
   ushort namespaceIndex
)

Parameters

value
The id of the node we are wrapping
namespaceIndex
The index of the namespace that this node should belong to
Remarks
Creates a new instance of the class while allowing you to specify the node and namespace index.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExpandedNodeId Class
ExpandedNodeId Members
Overload List